compress/flate.huffmanDecoder.linkMask (field)
3 uses
compress/flate (current package)
inflate.go#L108: linkMask uint32 // mask the width of the link table
inflate.go#L174: h.linkMask = uint32(numLinks - 1)
inflate.go#L732: chunk = h.links[chunk>>huffmanValueShift][(b>>huffmanChunkBits)&h.linkMask]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)